|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.team.ui.TeamImages
TeamImages provides convenience methods for accessing shared images provided by the org.eclipse.team.ui plug-in.
This class provides Image
and ImageDescriptor
s
for each named image in the interface. All Image
objects provided
by this class are managed by this class and must never be disposed
by other clients.
Constructor Summary | |
TeamImages()
|
Method Summary | |
static ImageDescriptor |
getImageDescriptor(String id)
Returns the image descriptor for the given image ID. |
static ImageDescriptor |
getImageDescriptorFromExtension(IExtension extension,
String subdirectoryAndFilename)
Convenience method to get an image descriptor for an extension |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TeamImages()
Method Detail |
public static ImageDescriptor getImageDescriptor(String id)
id
- the identifier for the image to retrieve
public static ImageDescriptor getImageDescriptorFromExtension(IExtension extension, String subdirectoryAndFilename)
extension
- the extension declaring the imagesubdirectoryAndFilename
- the path to the image
|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |